Skip to content
Back to search
30
MCP

Local Ollama File Operations

pulsemcp/local ollama file operations

Delegates file read, write, edit, delete, and rename operations to a local Ollama model to keep file contents out of Claude's context.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Ollama
Integrates with Ollama for local large language model inference, enabling text generation and model management without relying on cloud APIs
0 tools
Local Memory
Local memory storage and retrieval using Ollama vector embeddings for persistent AI agent memory.
0 tools
Code Audit (Ollama)
Provides local code auditing using Ollama models to analyze security vulnerabilities, performance bottlenecks, quality issues, architectural
0 tools
wuodan/mcp-ollama
Query model running with Ollama from within Claude Desktop or other MCP clients
0 tools
claude code delegate local
Metadata-only Glama MCP server.
0 tools
Ollama Web Tools
Provides web search and web fetch tools via Ollama's hosted API for use in Claude Code.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "local_ollama_file_operations": {
      "url": "None",
      "transport": "http"
    }
  }
}